MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / ObjectRefComparer<T> Class / GetHashCode Method / GetHashCode(T) Method
The object for which a hash code is to be returned.

In This Topic
GetHashCode(T) Method
In This Topic
Returns a hash code for the specified object.
Syntax
'Declaration
 
Public Overloads Function GetHashCode( _
   ByVal obj As T _
) As Integer
 

Parameters

obj
The object for which a hash code is to be returned.

Return Value

A hash code for the specified object, based on its reference.
See Also